home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / test / Test.bc < prev    next >
Encoding:
Text File  |  1997-05-29  |  96 b   |  10 lines

  1. #include "Test.bh"
  2.  
  3.  
  4. Method Test::Blee( long p )
  5. {
  6.     data->p = p;
  7.     
  8.     next->Blee( 20, 60, 13 );
  9. }
  10.